Skip to content

ReactiveEntryCell class

Defined in

Namespace: ReactiveUI.XamForms Assembly: ReactiveUI.XamForms.dll Full name: ReactiveUI.XamForms.ReactiveEntryCell<T> Modifiers: public

Summary

View source

This is an EntryCell that is also an IViewFor.

Applies to

netstandard2.0

Class hierarchy
classDiagram
class ReactiveEntryCell~T~
class EntryCell
EntryCell <|-- ReactiveEntryCell~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. ReactiveEntryCell~T~
class IViewFor {
    <>
}
IViewFor <|.. ReactiveEntryCell~T~
class IActivatableView {
    <>
}
IActivatableView <|.. ReactiveEntryCell~T~

Inherits from: EntryCell

Implements: IViewFor<TViewModel>, IViewFor, IActivatableView

Constructors

NameSummary
.ctor

Properties

NameSummary
ViewModel

Fields

NameSummary
static ViewModelPropertyThe view model bindable property.

Methods

NameSummary
OnBindingContextChangedEvent that is raised when the binding context is changed.
Inherited members

See also